home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TOPCOMPAREDIALOG / TOPCOMPAREDIALOG.txt
Text File  |  2008-11-03  |  2KB  |  88 lines

  1. inherited OpCompareDialog: TOpCompareDialog
  2.   Caption = 'Compare Contents'
  3.   ClientHeight = 423
  4.   OnClose = FormClose
  5.   PixelsPerInch = 96
  6.   TextHeight = 13
  7.   inherited SelectionGroupBox: TUiGroupBox
  8.     inherited LeftFilesLbl: TUiLabel [4]
  9.     end
  10.     inherited RightFilesLbl: TUiLabel [5]
  11.     end
  12.     inherited LeftFoldersLbl: TUiLabel [6]
  13.     end
  14.     inherited RightFoldersLbl: TUiLabel [7]
  15.     end
  16.     inherited LeftTotalBytesLbl: TUiLabel [8]
  17.     end
  18.     inherited RightTotalBytesLbl: TUiLabel [9]
  19.     end
  20.     inherited RightImage: TUiImage [10]
  21.       Visible = False
  22.     end
  23.     object Shape1: TShape [11]
  24.       Left = 168
  25.       Top = 72
  26.       Width = 17
  27.       Height = 17
  28.       Pen.Style = psClear
  29.     end
  30.     inherited BuildProgressLbl: TUiLabel [12]
  31.     end
  32.     inherited LeftImage: TUiImage [13]
  33.       Left = 170
  34.       ImageIndex = imgCompare
  35.     end
  36.   end
  37.   inherited ActionGroupBox: TUiGroupBox
  38.     Height = 129
  39.     object ActionLbl: TUiLabel
  40.       Left = 16
  41.       Top = 24
  42.       Height = 13
  43.       Caption = 'Compare contents of selected files, folders.'
  44.     end
  45.     object ccCRC32Edit: TUiRadioButton
  46.       Left = 16
  47.       Top = 47
  48.       Height = 17
  49.       Caption = '&CRC comparison'
  50.       TabOrder = 0
  51.     end
  52.     object ccBinaryEdit: TUiRadioButton
  53.       Left = 16
  54.       Top = 64
  55.       Height = 17
  56.       Caption = '&Binary comparison'
  57.       TabOrder = 1
  58.     end
  59.     object ccRulesBasedEdit: TUiRadioButton
  60.       Left = 16
  61.       Top = 80
  62.       Height = 17
  63.       Caption = '&Rules-based comparison'
  64.       TabOrder = 2
  65.     end
  66.     object ShowResultsDlgEdit: TUiCheckBox
  67.       Left = 16
  68.       Top = 104
  69.       Height = 17
  70.       Caption = '&Show results dialog'
  71.       TabOrder = 3
  72.     end
  73.   end
  74.   inherited FilteredWarningGroupBox: TUiGroupBox
  75.     Top = 296
  76.   end
  77.   inherited BottomPanel: TUiPanel
  78.     Top = 378
  79.     object DontShowAgainEdit: TUiCheckBox
  80.       Left = 8
  81.       Top = 18
  82.       Height = 17
  83.       Caption = '&Don'#39't show again'
  84.       TabOrder = 3
  85.     end
  86.   end
  87. end
  88.